Skip to content

chore(release): reconcile platform manifest with flow 1.34.0, privacy 1.0.4 - #1128

Merged
abrichr merged 1 commit into
mainfrom
chore/regenerate-platform-manifest-134
Aug 28, 2026
Merged

chore(release): reconcile platform manifest with flow 1.34.0, privacy 1.0.4#1128
abrichr merged 1 commit into
mainfrom
chore/regenerate-platform-manifest-134

Conversation

@abrichr

@abrichr abrichr commented Aug 28, 2026

Copy link
Copy Markdown
Member

validate-platform-manifest fails on unmodified main, so it is red on every open PR. Two components released today after the manifest was last generated on 2026-08-26:

  • openadapt-flow 1.33.0 to 1.34.0, published 14:23 UTC
  • openadapt-privacy 1.0.3 to 1.0.4, published 15:38 UTC

Main's last green run predates both, which is why the repo looks fine until you re-run the check.

What this does

Regenerates platform-manifest.json and docs/platform-compatibility-report.md with scripts/generate_platform_manifest.py.

Digests

platform-manifest.json is served from raw.githubusercontent and is the only cryptographic claim we publish about the current release, so I did not take the generator's word for the new digests. I downloaded each wheel and sdist from files.pythonhosted.org and recomputed the sha256. Every one matches the PyPI JSON API digest and the value written into the manifest:

artifact sha256
openadapt_flow-1.34.0-py3-none-any.whl 56d32818989cb3a92830080ead39e10b08718c55e00988117f22cbfeaac98854
openadapt_flow-1.34.0.tar.gz a941a70015fe91897e655bfc9bf83e6cf8fbcf8bd4e4c7206ffb133c505203f8
openadapt_privacy-1.0.4-py3-none-any.whl e10bd265aba5e54c97aeb80a9ac0509384d19eb46ce46656880b619fd06f542b
openadapt_privacy-1.0.4.tar.gz 89670173890192ecea31eea832e6e1c9b612cb7f19969fe99cda082cd71f2cb3

The recorded release commits and trees match the tags: openadapt-flow v1.34.0 is 30fc60e5 / tree 7a0263ed, openadapt-privacy v1.0.4 is 7252de48 / tree 4c7bc72a.

Diff review

A structural comparison of the old and new manifest adds no key and removes none. All 52 changed leaves are versions, digests, artifact URLs, release refs, source commits, or generated_at. The accepted schema version lists are untouched, so nothing widens a protocol claim by accident. Compatibility still reports dependency-compatible.

Checks

  • validate_platform_manifest.py --offline passes
  • validate_platform_manifest.py passes with one warning: status.json in openadapt-web still says flow 1.33.0. That file is hand maintained there and this repo cannot fix it, so it needs a follow-up in openadapt-web.
  • tests/test_platform_manifest_drift.py and tests/test_platform_version_display.py: 36 passed

The lifecycle repin is deliberately kept out of this PR so each drift stays separately bisectable.

… 1.0.4

openadapt-flow 1.34.0 and openadapt-privacy 1.0.4 both published on
2026-08-28, after the manifest was last generated on 2026-08-26. The
validator refuses a manifest that advertises a superseded release, so
validate-platform-manifest fails on main and on every open PR.

Regenerated with scripts/generate_platform_manifest.py. The digests were
checked against the published artifacts rather than trusted from the
generator: each wheel and sdist was downloaded from files.pythonhosted.org
and its sha256 recomputed, and each matches both the PyPI JSON API digest
and the value written here.

  openadapt_flow-1.34.0-py3-none-any.whl    56d32818989cb3a92830080ead39e10b08718c55e00988117f22cbfeaac98854
  openadapt_flow-1.34.0.tar.gz              a941a70015fe91897e655bfc9bf83e6cf8fbcf8bd4e4c7206ffb133c505203f8
  openadapt_privacy-1.0.4-py3-none-any.whl  e10bd265aba5e54c97aeb80a9ac0509384d19eb46ce46656880b619fd06f542b
  openadapt_privacy-1.0.4.tar.gz            89670173890192ecea31eea832e6e1c9b612cb7f19969fe99cda082cd71f2cb3

The recorded release commits and trees match the v1.34.0 and v1.0.4 tags
in openadapt-flow and openadapt-privacy. No manifest key was added or
removed and no accepted schema version list changed; the diff is confined
to the two component versions, their artifacts, their source references,
and generated_at.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@abrichr
abrichr merged commit 4db9a12 into main Aug 28, 2026
12 checks passed
@abrichr
abrichr deleted the chore/regenerate-platform-manifest-134 branch August 28, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant